Welcome![Sign In][Sign Up]
Location:
Search - http multi

Search list

[Internet-Networkmulti_thread_socket_filetrans

Description: 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer/support HTTP/transceiver news/obstruction use point-to-multipoint modes of socket, multi-threaded, high performance. In LAN test the speed limit. Support for HTTP. The server can also send multiple files. Transfer files with the when this network news.
Platform: | Size: 141312 | Author: 韩为 | Hits:

[Internet-NetworkVCMyProxytar

Description: 值的一看的HTTP代理服务器,多线程编程相关的知识,包括初始化临界段和删除临界段,使用临界段完成多个线程对临界资源的互斥访问,创建工作线程,退出工作线程,定义和设定事件,利用事件完成多个线程的同步与协作等。 -a look at the value of the HTTP proxy servers, multi-threaded programming with the knowledge, Critical including initialization and delete critical of the use of the completion of a number of critical thread on the critical resources of the exclusive visit work to create threads, threads from work, and set definitions, the use of multiple threads completed the synchronization and collaboration.
Platform: | Size: 453632 | Author: | Hits:

[CSharpCShttpServer

Description: C#编写的简易HTTP服务器,能处理GET请求,并发送当前目录内指定的文件,默认文件为"index.htm",找不到文件则发送错误信息 采用多线程编写,能同时连接多个客户端.-C# summary prepared by the HTTP server can handle GET request, , and send the current directory specified in the document, the default document "index.htm" no documents were sent the wrong message multi-threading, can simultaneously connect to multiple client.
Platform: | Size: 5120 | Author: | Hits:

[Proxy ServerMiniProxy

Description: 1、HTTP代理服务器 2、可以最小化到系统托盘 3、采用多线程实现-1, HTTP proxy server 2, can be minimized to the system tray 3, the use of multi-threading to achieve
Platform: | Size: 101376 | Author: 王伟 | Hits:

[Internet-NetworkMuthreadHTTPServer

Description: MuthreadHTTPServer 多线程HTTP服务器 服务器 -MuthreadHTTPServer HTTP server multi-threaded server server server
Platform: | Size: 65536 | Author: 呵呵 | Hits:

[Internet-NetworkFlashDown

Description: 断点续传多任务下载系统,能下载基于HTTP协议传输的文件,支持断点续传,支持通过鼠标拖动链接来添加新任务-HTTP download multi-task systems can download based on the HTTP protocol transmission of documents in support of HTTP, Drag the mouse to support links to add new tasks.
Platform: | Size: 56320 | Author: zhang | Hits:

[Internet-Networkcshttpmultithread

Description: 用C#语言实现http协议下的多线程文件传输 -C# Language http protocol under the multi-threaded file transfer
Platform: | Size: 7168 | Author: haichuan | Hits:

[Internet-Networkdget0.2vRC1.tar

Description: dget是一个基于Linux平台的多线程下载工具, 采用C++开发。主要支持FTP, HTTP, MMS, RTSP协议下载, 目前为止主要实现了FTP, HTTP, MMS,RTSP协议的多线程下载。-dget is a Linux-based platform for multi-threaded Download tool C development. Major support FTP, HTTP, MMS, RTSP downloaded so far, the main FTP, HTTP, MMS, RTSP multithreading download.
Platform: | Size: 277504 | Author: shine.c | Hits:

[JSP/Java20070301HttpServer

Description: java开发的HttpServer程序,C/S结构,多线程-java development HttpServer procedures, C/S architecture, multi-threaded
Platform: | Size: 16384 | Author: 马成龙 | Hits:

[Internet-NetworkVCfiledown

Description: VC利用http协议进行多线程下载的程序-VC http protocol for the use of multi-threaded download procedures
Platform: | Size: 5737472 | Author: xjh | Hits:

[Internet-NetworkSock1Download

Description: 提供了下载HTML.解析HTTP头的两个类.目前只能在单线程下使用.多线程时不行.正在修正此错误.-download the HTML. Analysis of HTTP first two categories. Currently only use the thread. Multi-Line Cheng will not work. This amendment is wrong.
Platform: | Size: 18432 | Author: 阿黄 | Hits:

[Internet-NetworkLinux_http_download

Description: 下载程序,多线程下载,断点续传. 目前只能下http,而ftp等都还没有实现,详细请看readme文件-download, multi-threaded download, HTTP. Currently only under http, and ftp still not achieved, see the readme file
Platform: | Size: 18432 | Author: chen | Hits:

[Internet-NetworkHttpServerusingWinSocket

Description: 用VC编写的一个基于WinSocket的http服务器,该程序中完成了自己的异常处理和多线程的处理。-VC prepared a WinSocket on the http server, The procedures completed his abnormal processing and multi-threaded processing.
Platform: | Size: 40960 | Author: 刘山 | Hits:

[Mathimatics-Numerical algorithmsAFEPack.tar

Description: 主要特点 * Flexible finite element space construction based template element library 基于模板单元库灵活的构造有限元空间 * Convenient facilities to implement mesh adaption 很方便的进行网格加密和稀疏化 * Multi-mesh operation supported 支持多套网格操作 需要有一定的有限元基础和C++语言基础,最好在linux平台下用。 http://162.105.68.168/AFEPack/-main features* Flexible finite element space const ruction based template element modules based on template library the flexible structure finite element space* Convenient facilities to implem ent mesh adaption convenient grid for encryption and sparse* Multi-mesh support operation supported multiple grid operators need a definite basis for finite element and C language Introduction basis, preferably in the linux platform used. Http://162.105.68.168/AFEPack/
Platform: | Size: 1010688 | Author: 刘易 | Hits:

[Browser ClientTestHttp

Description: 这是直接使用SOCKET实现HTTP下载功能的VC源码,通过格式化请求头就很容易实现断点续传和检查更新等等功能.实现了以下功能: 1.连接主机 2.格式化请求头 3.设置接收,发送超时 4.接收并分析回应头 该程序很清晰地实现了从HTTP下载的方法和原理,为个人实现断点续传多线程下载,提供了很好的平台。原文请参阅http://www.openpip.net/bbs/read.php?tid=777,现本人在其基础上增加了暂停/恢复,断点继传功能,正在加入多线程功能,有这方面兴趣的朋友可以一起开发一起交流:oml@qq.com-This is the direct use of HTTP download function SOCKET realize the VC source, through the request header format can easily realize HTTP and check for updates and so on. Realize the following functions: 1. To connect the host 2. Formatted request for the first 3 . set to receive, send overtime 4. to receive and analyze the response to head the program, it was clearly realize downloaded from the HTTP methods and principles, for individuals to achieve multi-threaded HTTP download, provided a good platform. Please refer to the original http://www.openpip.net/bbs/read.php?tid=777, now I am in its basis an increase of pause/resume, following the mass function of a breakpoint, is adding multi-threading capabilities, it has Friend may be interested in aspects of development together with the exchange: oml@qq.com
Platform: | Size: 56320 | Author: ouminliang | Hits:

[TCP/IP stackWWWHttp

Description: 用C#实现的Http协议封装,可以使用UrlEncoded、Multi-Part form vars、XML这3种方式来POST和Get文本和文件,支持Proxy,支持各种编码,是良好的学习HTTP编程的例程-With C# Realize the Http protocol package, you can use UrlEncoded, Multi-Part form vars, XML that three kinds of ways to POST and Get text and documents to support Proxy, supports a variety of encoding, is a good learning HTTP Programming Example Cheng
Platform: | Size: 31744 | Author: YMF | Hits:

[Process-ThreadThread

Description: 多线程控制、线程池模型、HTTP线程,已经封装好了的.-Multi-thread control, thread pool model, HTTP threads, have a good package it.
Platform: | Size: 414720 | Author: 航宇 | Hits:

[JSP/Javaxunlei

Description: 仿迅雷下载器,http下载,多线程.多任务-Imitation Xunlei downloader, http download, multi-threaded. Multi-tasking
Platform: | Size: 227328 | Author: wacbtt | Hits:

[Web Serverhttp_server

Description: HTTP服务器的简单实现.C语言 支持多SESSION-The realization of the simple HTTP server. C language supports multi-SESSION
Platform: | Size: 1024 | Author: suiran | Hits:

[Internet-NetworkNetAnts

Description: 用来通过HTTP协议下载的程序,支持断点续传和多线程下载。-Through the HTTP protocol to download the program, support for HTTP and multi-threaded download.
Platform: | Size: 48128 | Author: 王平 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 27 »

CodeBus www.codebus.net